remix-workshop
remix-workshop copied to clipboard
can not setup the workshop
OS: Windows 10 git: 2.35.2.windows.1 Node: 18.0.0 (installed via nvm) npm: 8.6.0
> [email protected] setup
> npm install && node ./scripts/setup && run-p typecheck lint build
npm ERR! Unexpected token '.'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\***\AppData\Local\npm-cache\_logs\2022-06-22T15_18_28_864Z-debug-0.log
Here is a part of the log where error happens:
33 verbose stack C:\Users*\AppData\Roaming\nvm\v18.0.0\node_modules\npm\node_modules\libnpmfund:1
33 verbose stack ../workspaces/libnpmfund
33 verbose stack ^
33 verbose stack
33 verbose stack SyntaxError: Unexpected token '.'
33 verbose stack at Object.compileFunction (node:vm:352:18)
33 verbose stack at wrapSafe (node:internal/modules/cjs/loader:1033:15)
33 verbose stack at Module._compile (node:internal/modules/cjs/loader:1069:27)
33 verbose stack at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
33 verbose stack at Module.load (node:internal/modules/cjs/loader:981:32)
33 verbose stack at Module._load (node:internal/modules/cjs/loader:827:12)
33 verbose stack at Module.require (node:internal/modules/cjs/loader:1005:19)
33 verbose stack at require (node:internal/modules/cjs/helpers:102:18)
33 verbose stack at Object.
Sorry I'm just looking at this. I've changed the setup for this project quite a bit. Could you try again?