Closed jhademcconnell closed 3 years ago
Hi, @jhademcconnell.
Looks like you need to install figlet-toilet
package in your system first. Do it with your system installer.
For example in ubuntu OS the command will look like:
$ sudo apt install figlet-toilet
Regards!
@jhademcconnell ,
do you need assistance on this or it may be closed?
Thanks in advance!
Closing due to reporter inactivity
I'm having a similar issue but have figlet-toilet installed.
@SamGreenwood1 ,
run npm i dotenv
Regards!
Ran the setup steps as outlined but when trying to deploy, the following error is thrown:
fs.js:27 const { Math, Object } = primordials; ^ ReferenceError: primordials is not defined at fs.js:27:26
============================================================= Error message: > cv@0.2.6 preinstall /workspace
sh: 1: figlet-toilet: not found npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT npm ERR! cv@0.2.6 preinstall:
set echo off; figlet-toilet -t -f small -F border 'NPM:PRE-INSTALL'
npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the cv@0.2.6 preinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.