Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
d0eb13b5
Commit
d0eb13b5
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Installing npm on mesh image
parent
44d8d33d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-utils-nodejs
+10
-12
10 additions, 12 deletions
src/freedombone-utils-nodejs
with
10 additions
and
12 deletions
src/freedombone-utils-nodejs
+
10
−
12
View file @
d0eb13b5
...
...
@@ -74,28 +74,26 @@ function mesh_install_nodejs {
exit
7235728
fi
if
[
-f
/usr/share/npm/bin/npm-cli.js
]
;
then
ln
-s
/usr/share/npm/bin/npm-cli.js /usr/bin/npm
else
wget https://www.npmjs.com/install.sh
-O
$rootdir
/root/npm_install.sh
if
[
!
-f
$rootdir
/root/npm_install.sh
]
;
then
echo
$'Unable to download npm installer'
exit
8793636
fi
chroot
"
$rootdir
"
chmod
+x /root/npm_install.sh
sed
-i
"s|t=
\"\$
{npm_install}
\"
|t=
\"
$NPM_VERSION
\"
|g"
$rootdir
/root/npm_install.sh
chroot
"
$rootdir
"
/root/npm_install.sh
wget https://www.npmjs.com/install.sh
-O
$rootdir
/root/npm_install.sh
if
[
!
-f
$rootdir
/root/npm_install.sh
]
;
then
echo
$'Unable to download npm installer'
exit
8793636
fi
chroot
"
$rootdir
"
chmod
+x /root/npm_install.sh
sed
-i
"s|t=
\"\$
{npm_install}
\"
|t=
\"
$NPM_VERSION
\"
|g"
$rootdir
/root/npm_install.sh
chroot
"
$rootdir
"
/root/npm_install.sh
if
[
!
-f
$rootdir
/usr/bin/npm
]
;
then
echo
$'npm was not installed'
exit
5290462
fi
cp
$rootdir
/usr/bin/npm
$rootdir
/root/npm
# update from the old debian nodejs version
get_npm_arch
chroot
"
$rootdir
"
npm
install
--arch
=
$NPM_ARCH
-g
n@
${
NODEJS_N_VERSION
}
--save
chroot
"
$rootdir
"
n
--arch
$N_ARCH
${
NODEJS_VERSION
}
c
hroot
"
$rootdir
"
npm
install
-g
--arch
$NPM_ARCH
npm@
${
NPM_VERSION
}
--save
c
p
$rootdir
/root/npm
$rootdir
/usr/bin/npm
}
function
remove_nodejs
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment