We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fin init
When I follow the usage instructions:
git clone https://github.com/docksal/boilerplate-nodejs.git cd boilerplate-nodejs fin init
I see this in the output:
/bin/sh: 39: /home/docker/.profile: [[: not found
Curious as in the Dockerfile I find:
Dockerfile
# Initialize the user environment (this loads nvm) . $HOME/.profile; \
but nvm seem to still work in the following commands in the Dockerfile.
# Install the necessary nodejs version nvm install 10.12.0; \ nvm alias default 10.12.0; \ # Install packages npm install -g nodemon;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I follow the usage instructions:
git clone https://github.com/docksal/boilerplate-nodejs.git cd boilerplate-nodejs fin init
I see this in the output:
Curious as in the
Dockerfile
I find:# Initialize the user environment (this loads nvm) . $HOME/.profile; \
but nvm seem to still work in the following commands in the Dockerfile.
The text was updated successfully, but these errors were encountered: