Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
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
nodes
typescript
duniter
Merge requests
!1226
[fix]
#1230
The `plug` command was broken by NodeJS 8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[fix]
#1230
The `plug` command was broken by NodeJS 8
node8_plug
into
1.6
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
Cédric Moreau
requested to merge
node8_plug
into
1.6
7 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
1
0
Merge request reports
Compare
1.6
1.6 (base)
and
latest version
latest version
d5e6ebcf
1 commit,
7 years ago
2 files
+
5
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
release/arch/arm/build-arm.sh
+
3
−
3
Options
@@ -66,9 +66,9 @@ cd ${RELEASES}/duniter
echo
"Copying Nodejs"
cp
-R
"
$DOWNLOADS
/node-
${
NVER
}
-linux-
${
ARCH
}
"
node
echo
"yarn"
yarn
yarn add
duniter-ui@1.6.x
--save
--production
npm
install
npm
install
duniter-ui@1.6.x
--save
--production
SRC
=
`
pwd
`
echo
$SRC
Loading