cobiwave / cobiwave/simplefolio
Cannot start npm
- Dominant language
- SCSS
- Stars
- 14.2k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I installed npm and all looks good:
$ npm install
up to date, audited 178 packages in 1s
78 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
But I have this error when I start npm:
$ npm start
> simplefolio@1.0.1 start
> parcel
Error: The specified module could not be found.
\\?\C:\Users\admin\Desktop\simplefolio\node_modules\@parcel\source-map\parcel_sourcemap_node\artifacts\index.win32-x64-msvc.node
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1187:18)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (C:\Users\admin\Desktop\simplefolio\node_modules\v8-compile-cache\v8-compile-cache.js:159:20)
at Object. (C:\Users\admin\Desktop\simplefolio\node_modules\@parcel\source-map\parcel_sourcemap_node\index.js:15:18)
at Module._compile (C:\Users\admin\Desktop\simplefolio\node_modules\v8-compile-cache\v8-compile-cache.js:192:30)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
code: 'ERR_DLOPEN_FAILED'
}
Can someoane help me please?
Thank you
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.