We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create-ol-app
I tried following the tutorial, but got stuck at this error:
npm ERR! code 1 npm ERR! path /media/fee/hdd/fee/ol-app/node_modules/esbuild npm ERR! command failed npm ERR! command sh -c node install.js npm ERR! node:internal/errors:490 npm ERR! ErrorCaptureStackTrace(err); npm ERR! ^ npm ERR! npm ERR! <ref *1> Error: spawnSync /media/fee/hdd/fee/ol-app/node_modules/esbuild/bin/esbuild EACCES npm ERR! at Object.spawnSync (node:internal/child_process:1110:20) npm ERR! at spawnSync (node:child_process:871:24) npm ERR! at Object.execFileSync (node:child_process:914:15) npm ERR! at validateBinaryVersion (/media/fee/hdd/fee/ol-app/node_modules/esbuild/install.js:96:28) npm ERR! at /media/fee/hdd/fee/ol-app/node_modules/esbuild/install.js:283:5 { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'spawnSync /media/fee/hdd/fee/ol-app/node_modules/esbuild/bin/esbuild', npm ERR! path: '/media/fee/hdd/fee/ol-app/node_modules/esbuild/bin/esbuild', npm ERR! spawnargs: [ '--version' ], npm ERR! error: [Circular *1], npm ERR! status: null, npm ERR! signal: null, npm ERR! output: null, npm ERR! pid: 0, npm ERR! stdout: null, npm ERR! stderr: null npm ERR! } npm ERR! npm ERR! Node.js v18.16.1 npm ERR! A complete log of this run can be found in: npm ERR! /home/fee/.npm/_logs/2023-06-23T13_02_13_788Z-debug-0.log npm install failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried following the tutorial, but got stuck at this error:
The text was updated successfully, but these errors were encountered: