Error in fresh install
See original GitHub issueStarting from a fresh Ubuntu Xenial install,
$> sudo npm install --global taskbook
$> tb --help
/usr/bin/env: ‘node’: No such file or directory
sudo ln -s /usr/bin/nodejs /usr/bin/node
$> tb --help
/usr/local/lib/node_modules/taskbook/node_modules/meow/index.js:66
const {pkg} = options;
Any ideas?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Windows 10 fresh install fails - Microsoft Community
I'm doing a fresh install of windows 10 and I'm encountering an error during the installation. When I reach the 'Where do you...
Read more >Clean Install Failing - error code0x80070057 Solved
I've created my USB installation media from Microsoft. ... Continue. Select the unallocated partition (Only one shown) then click next, windows ...
Read more >[SOLVED] Windows 10 Could Not Complete the Installation + ...
If you come across the error Windows 10 installation has failed, you can choose to install Windows 10 in Clean Boot. Now, here...
Read more >[SOLVED] Windows 10 Installation Has Failed - Driver Easy
The “Windows 10 installation has failed” error could be triggered when the installer tries to repeatedly copy the files in a certain folder....
Read more >Error on clean install #32034 - vercel/next.js - GitHub
Error appears after a clean install with typescript: Error: Invalid hook call. Hooks can only be called inside of the body of a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There should be a note in the readme.md file that states this.
Yup, that was it - upgraded using https://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version - then worked like a charm! Thanks!