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
{{ message }}
This repository was archived by the owner on Aug 14, 2022. It is now read-only.
After a fresh install of terrain using node 16 on macos Monterey (x64 arch) nothing works:
nvm install 16
npx @iboss/terrain@0.0.9
Produces:
Need to install the following packages:
@iboss/terrain@0.0.9
Ok to proceed? (y) y
/// installing ////
Error: Unable to load configured help class "./src/lib/help", failed with message:
Cannot find module '/Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@iboss/terrain/src/lib/help'
Require stack:
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@oclif/help/lib/util.js
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@oclif/help/lib/command.js
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@oclif/help/lib/index.js
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@oclif/command/lib/command.js
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@oclif/command/lib/index.js
- /Users/laine_ust/.npm/_npx/e272784a56dd2c88/node_modules/@iboss/terrain/bin/run
Repeating the process but with 0.0.8 it works as expected.
After a fresh install of terrain using node 16 on macos Monterey (x64 arch) nothing works:
Produces:
Repeating the process but with
0.0.8it works as expected.