You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed latest LTS NodeJS . Then I installed Yarn also. I cloned boa after that I ran 'Yarn install'.
Then I ran 'Yarn serve'. I got the below message.
I got the below issue:
PS G:\rust-node-example\boa> yarn serve
yarn run v1.22.5
$ webpack-dev-server
internal/modules/cjs/loader.js:892
throw err;
^
Error: Cannot find module 'webpack-cli/bin/config-yargs'
Require stack:
- G:\rust-node-example\boa\node_modules\webpack-dev-server\bin\webpack-dev-server.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15)
at Function.Module._load (internal/modules/cjs/loader.js:745:27)
at Module.require (internal/modules/cjs/loader.js:961:19)
at require (internal/modules/cjs/helpers.js:92:18)
at Object.<anonymous> (G:\rust-node-example\boa\node_modules\webpack-dev-server\bin\webpack-dev-server.js:65:1)
at Module._compile (internal/modules/cjs/loader.js:1072:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'G:\\rust-node-example\\boa\\node_modules\\webpack-dev-server\\bin\\webpack-dev-server.js'
]
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
This Pull Request fixes/closes#1670.
It changes the following:
- Removes the "js" feature by default from getrandom for wasm (still there for boa_wasm)
- Updates dependencies
Note that this change was introduced in #1521, after #1475. We must make sure that the issue doesn't come back.
This Pull Request fixes/closes#1670.
It changes the following:
- Removes the "js" feature by default from getrandom for wasm (still there for boa_wasm)
- Updates dependencies
Note that this change was introduced in #1521, after #1475. We must make sure that the issue doesn't come back.
I installed latest LTS NodeJS . Then I installed Yarn also. I cloned boa after that I ran 'Yarn install'.
Then I ran 'Yarn serve'. I got the below message.
I got the below issue:
The text was updated successfully, but these errors were encountered: