Build Error #214
Unanswered
stretch911
asked this question in
Q&A
Build Error
#214
Replies: 2 comments 14 replies
-
This is related to the work that's underway on the new on-device React-based web application/server. You'll need to make sure npm is installed on the build system so the web application can be built. At least on Windows it's part of Node.js, which can be downloaded from https://nodejs.org/en/. And yes, it's true that this is not yet covered in the project README. I'll extend the README to mention this as soon as I have a chance. |
Beta Was this translation helpful? Give feedback.
4 replies
-
i have a kali linux vm? should i work in that? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I updated my source code with latest release and now see squiggly lines under my #include statements.
when i build I get some python error?
What gives?
Processing atomlight (board: esp32dev; platform: espressif32; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option'npm' is not recognized as an internal or external command,
operable program or batch file.
CalledProcessError: Command 'npm run build' returned non-zero exit status 1.:
File "C:\Users\sever.platformio\penv\Lib\site-packages\platformio\builder\main.py", line 181:
env.SConscript(item, exports="env")
File "C:\Users\sever.platformio\packages\tool-scons\scons-local-4.4.0\SCons\Script\SConscript.py", line 597:
return _SConscript(self.fs, *files, **subst_kw)
File "C:\Users\sever.platformio\packages\tool-scons\scons-local-4.4.0\SCons\Script\SConscript.py", line 285:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "C:\Users\sever\Documents\NightDriverStrip\bake_site.py", line 5:
subprocess.check_output("npm run build", shell=True)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.496.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 466:
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.496.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 571:
raise CalledProcessError(retcode, process.args,
============================================================================= [FAILED] Took 0.49 seconds =============================================================================
Environment Status Duration
atomlight FAILED 00:00:00.489
======================================================================== 1 failed, 0 succeeded in 00:00:00.48
Beta Was this translation helpful? Give feedback.
All reactions