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
Commits
581513d1
Commit
581513d1
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[fix] remove all yarn occurrences
parent
4f902fa8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/dev/setup_env_dev.md
+0
-1
0 additions, 1 deletion
doc/dev/setup_env_dev.md
doc/use/manual_compilation.md
+1
-2
1 addition, 2 deletions
doc/use/manual_compilation.md
release/Makefile
+1
-1
1 addition, 1 deletion
release/Makefile
with
2 additions
and
4 deletions
doc/dev/setup_env_dev.md
+
0
−
1
View file @
581513d1
...
...
@@ -16,7 +16,6 @@ To develop on Duniter, there is currently the following requirement:
-
curl
-
git (apt-get install git)
-
Nvm
-
Yarn
And preferably an IDE that supports [Typescript] and [Rust] well.
...
...
This diff is collapsed.
Click to expand it.
doc/use/manual_compilation.md
+
1
−
2
View file @
581513d1
...
...
@@ -16,7 +16,6 @@ To compile Duniter manually, there is currently the following requirement:
-
curl
-
tar or unzip or git (to download and extract source code)
-
Nvm
-
Yarn
### Get source code
...
...
@@ -79,7 +78,7 @@ If, for example, version 10 is expected, install and select it with the followin
nvm install 10 && nvm use 10
### Optionaly add GUI
### Optional
l
y add GUI
The graphical user interface (GUI) is optional because it is possible to do everything from the command line.
If you wish to have the GUI, you must add it (before compiling) with the following command:
...
...
This diff is collapsed.
Click to expand it.
release/Makefile
+
1
−
1
View file @
581513d1
...
...
@@ -30,7 +30,7 @@ NW_VERSION = 0.33.1
ADDON_VERSION
=
64
DUNITER_UI_VERSION
=
1.7.x
DEV_FILES
=
$(
wildcard .eslint
*
.git
*
.npm
*
.prettierignore Cargo.
*
deny.toml gui license-header.txt npm
*
\
tsconfig
*
tslint
*
yarn
*
)
tsconfig
*
tslint
*
)
# This may be overriden by caller
ARCH
=
$(
shell
uname
-m
|
sed
-e
"s/86_//"
)
...
...
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