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
hello if you are installed current version of nodejs it not gonna work for some raisin, I had the some
problem. I fixed with this command below:
sudo apt-get remove nodejs
sudo apt-get autoremove
sudo apt-get autoclean
and you have to install nvm ==>node version manager
step 1==>
install c++ compiler
apt-get update
The build-essential package should already be installed, however, we’re going still going to include it in our command for installation:
apt-get install build-essential libssl-dev
step 2 ==>
Install NVM (Node Version Manager)
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
Close and reopen your terminal to start using nvm
nvm --version
nvm help
nvm ls-remote
nvm install v4.0.0
sudo npm install -g takana
move to the path of your project
cd /home/desktop/exemple
pwd or dirs
copy the path
takana /home/desktop/exemple
in the index.html file add this script in the footer of the file
Hello,
everyone=)
I have not enjoyed Taka and a year later, it does not start with me.
node -v
v7.4.0
npm -v
4.1.2
gulp -v
CLI version 3.9.1
Local version 3.9.1
Homebrew 1.1.7
Homebrew/homebrew-core (git revision b79b3; last commit 2017-01-20)
which node
/usr/local/bin/node
which npm
/usr/local/bin/npm
Thanks for any help
The text was updated successfully, but these errors were encountered: